services.restic.backups.<name>.repository

Repository to backup to. This should be in the form of a backend specification as detailed here https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html.

If your using the rclone backend, you can configure your remotes with programs.rclone.remotes then use them in your backend specification.

Type
null or string
Default
null
Example
"sftp:backup@192.168.1.100:/backups/‹name›"
Declared
<home-manager/modules/services/restic.nix>